home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FutureMusic 138
/
Future Music Magazine FM138 August 2003 Free Soft Synch NI Carbon.iso
/
pc
/
resources
/
kontaktpp.swf
/
scripts
/
DefineButton2_41
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2002-10-01
|
151b
|
11 lines
on(press){
if(playingb == 0)
{
processed.gotoAndStop("offdown");
}
else
{
processed.gotoAndStop("ondown");
}
}